TargetGroupIterator.PreviousTarget 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.
Property which returns the previous query target or 'null' in case there is no previous target.
public:
property UnityEngine::GameObject ^ PreviousTarget { UnityEngine::GameObject ^ get(); };
public UnityEngine.GameObject PreviousTarget { get; }
member this.PreviousTarget : UnityEngine.GameObject
Public ReadOnly Property PreviousTarget As GameObject
Property Value
UnityEngine.GameObject