Property startingSingleGrabTransformers
startingSingleGrabTransformers
The grab transformers that this Interactable automatically links at startup (optional, may be empty). These are used when there is a single interactor selecting this object.
Declaration
public List<XRBaseGrabTransformer> startingSingleGrabTransformers { get; set; }
Property Value
| Type | Description |
|---|---|
| List<XRBaseGrabTransformer> |
Remarks
To modify the grab transformers used after startup, the AddSingleGrabTransformer(IXRGrabTransformer) or RemoveSingleGrabTransformer(IXRGrabTransformer) methods should be used instead.