示例#1
0
 public IF_VR_Glove_SteamVRManus_Example_InteractableSystem(IEventSystem eventSystem,
                                                            IEntityDatabase entityDatabase,
                                                            IF_VR_Glove_IInterface vrGloveInterface)
 {
     this.eventSystem      = eventSystem;
     this.entityDatabase   = entityDatabase;
     this.vrGloveInterface = vrGloveInterface;
 }
 public IF_VR_Glove_HandSystem(IEntityDatabase entityDatabase,
                               IF_VR_IInterface vrInterface,
                               IF_VR_Glove_IInterface vrGloveInterface,
                               IF_IGameObjectTool gameObjectTool)
 {
     this.entityDatabase   = entityDatabase;
     this.vrInterface      = vrInterface;
     this.vrGloveInterface = vrGloveInterface;
     this.gameObjectTool   = gameObjectTool;
 }
 public IF_VR_Glove_SteamVRManus_HandSystem(IF_IGameObjectTool gameObjectTool,
                                            IF_VR_IInterface vrInterface,
                                            IF_VR_Glove_IInterface vrGloveInterface,
                                            IEntityDatabase entityDatabase,
                                            IEventSystem eventSystem)
 {
     this.gameObjectTool   = gameObjectTool;
     this.vrInterface      = vrInterface;
     this.vrGloveInterface = vrGloveInterface;
     this.entityDatabase   = entityDatabase;
     this.eventSystem      = eventSystem;
 }
 public IF_VR_Glove_SteamVRManus_GrabStatus(IF_VR_Glove_IInterface vrGloveInterface)
 {
     this.vrGloveInterface = vrGloveInterface;
 }