| SetCallback_Examplem_CurrentDeletionPositions Field |
Set for storing a cube's last existing position when it is deleted.
Namespace:
SimpleDemos
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax private HashSet<Vector3> m_CurrentDeletionPositions
Private m_CurrentDeletionPositions As HashSet(Of Vector3)
private:
HashSet<Vector3>^ m_CurrentDeletionPositions
val mutable private m_CurrentDeletionPositions: HashSet<Vector3>
Field Value
Type:
HashSetVector3See Also