Example #1
0
 public static extern int dtcAddAgent(IntPtr crowd
     , [In] ref Vector3 pos
     , ref CrowdAgentParams agentParams
     , ref IntPtr agent
     , ref CrowdAgentCoreState initialState);
Example #2
0
 public static extern void dtcaGetAgentCoreData(IntPtr agent
                                                , [In, Out] CrowdAgentCoreState resultData);
Example #3
0
 public static extern int dtcAddAgent(IntPtr crowd
                                      , [In] ref Vector3 pos
                                      , ref CrowdAgentParams agentParams
                                      , ref IntPtr agent
                                      , ref CrowdAgentCoreState initialState);