VolumeElasticExtent.SnapPoints Field

Definition

public: cli::array <UnityEngine::Vector3> ^ SnapPoints;
[UnityEngine.SerializeField]
public UnityEngine.Vector3[] SnapPoints;
[<UnityEngine.SerializeField>]
val mutable SnapPoints : UnityEngine.Vector3[]
Public SnapPoints As Vector3() 

Field Value

UnityEngine.Vector3[]

Points inside the extent to which the system will snap.

Attributes
UnityEngine.SerializeFieldAttribute

Applies to