HandPhysicsService(String, UInt32, BaseMixedRealityProfile) Constructor

Definition

Constructor.

public:
 HandPhysicsService(System::String ^ name, System::UInt32 priority, Microsoft::MixedReality::Toolkit::BaseMixedRealityProfile ^ profile);
public HandPhysicsService (string name, uint priority, Microsoft.MixedReality.Toolkit.BaseMixedRealityProfile profile);
new Microsoft.MixedReality.Toolkit.Extensions.HandPhysics.HandPhysicsService : string * uint32 * Microsoft.MixedReality.Toolkit.BaseMixedRealityProfile -> Microsoft.MixedReality.Toolkit.Extensions.HandPhysics.HandPhysicsService
Public Sub New (name As String, priority As UInteger, profile As BaseMixedRealityProfile)

Parameters

name
String

Friendly name of the service.

priority
UInt32

Service priority. Used to determine order of instantiation.

profile
BaseMixedRealityProfile

The service's configuration profile.

Applies to