C# Class Evergine.MRTK.SDK.Features.UX.Components.AxisManipulationHandler.AxisManipulationHelper

Container for handle references.
Afficher le fichier Open project: WaveEngine/MixedRealityToolkit-WaveEngine Class Usage Examples

Méthodes publiques

Свойство Type Description
AxisType AxisType
BaseEntity Entity
FocusedMaterial Material
GrabbedMaterial Material
IdleMaterial Material
MaterialComponents MaterialComponent[]
RelatedHandles Evergine.MRTK.SDK.Features.UX.Components.AxisManipulationHandler.AxisManipulationHelper[]
Type AxisManipulationHelperType

Property Details

AxisType public_oe property

The axis type.
public AxisType AxisType
Résultat AxisType

BaseEntity public_oe property

The handle base entity.
public Entity BaseEntity
Résultat Entity

FocusedMaterial public_oe property

The material applied to this helper when focused.
public Material FocusedMaterial
Résultat Material

GrabbedMaterial public_oe property

The material applied to this helper when grabbed.
public Material GrabbedMaterial
Résultat Material

IdleMaterial public_oe property

The material applied to this helper when not grabbed.
public Material IdleMaterial
Résultat Material

MaterialComponents public_oe property

The list of MaterialComponents that will get their Materials changed when grabbing or focusing happen.
public MaterialComponent[] MaterialComponents
Résultat MaterialComponent[]

RelatedHandles public_oe property

The related handles for this handle. Used for axis handles related to plane handles, in order to change their material in case the component is configured to do so.
public AxisManipulationHelper[],Evergine.MRTK.SDK.Features.UX.Components.AxisManipulationHandler RelatedHandles
Résultat Evergine.MRTK.SDK.Features.UX.Components.AxisManipulationHandler.AxisManipulationHelper[]

Type public_oe property

The helper type.
public AxisManipulationHelperType Type
Résultat AxisManipulationHelperType