IGameObjectCreatorListener.PrepareForUse Method
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.
Called before the GameObject's position and rotation are set (as well as its active state) by the GameObjectPool when GetGameObject is called.
public:
void PrepareForUse();
public void PrepareForUse ();
abstract member PrepareForUse : unit -> unit
Public Sub PrepareForUse ()