StateAnimatableProperty.GetTargetPath(GameObject) 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.
protected:
System::String ^ GetTargetPath(UnityEngine::GameObject ^ target);
protected string GetTargetPath (UnityEngine.GameObject target);
member this.GetTargetPath : UnityEngine.GameObject -> string
Protected Function GetTargetPath (target As GameObject) As String
Parameters
- target
- UnityEngine.GameObject