GetGPActionObjectMapper() public static méthode

Returns the attached GPActionObjectMapper if any
public static GetGPActionObjectMapper ( GameObject parentObj ) : ActionTool.GPActionObjectMapper
parentObj GameObject
Résultat ActionTool.GPActionObjectMapper
 public virtual GPActionObjectMapper GetGPActionObjectMapper()
 {
     return(GPActionUtils.GetGPActionObjectMapper(this.gameObject));
 }