Exemplo n.º 1
0
 /// <summary>
 /// Attach this synchronized scene to the given <paramref name="entity"/>
 /// </summary>
 public static void AttachSynchronizedSceneToEntity(uint sceneID, Entity entity, int entityBoneIndex)
 {
     Natives.AttachSynchronizedSceneToEntity(sceneID, entity, entityBoneIndex);
 }