GetGPActionObjectMapper() public static method

Returns the attached GPActionObjectMapper if any
public static GetGPActionObjectMapper ( GameObject parentObj ) : ActionTool.GPActionObjectMapper
parentObj GameObject
return ActionTool.GPActionObjectMapper
Esempio n. 1
0
 public virtual GPActionObjectMapper GetGPActionObjectMapper()
 {
     return(GPActionUtils.GetGPActionObjectMapper(this.gameObject));
 }