PlacementEventData.ObjectBeingPlaced Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The game object that is being placed.
public:
property UnityEngine::GameObject ^ ObjectBeingPlaced { UnityEngine::GameObject ^ get(); };
public UnityEngine.GameObject ObjectBeingPlaced { get; }
member this.ObjectBeingPlaced : UnityEngine.GameObject
Public ReadOnly Property ObjectBeingPlaced As GameObject
Property Value
UnityEngine.GameObject