1
This commit is contained in:
@@ -2,6 +2,7 @@ using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using BITKit.WorldNode;
|
||||
using Net.Project.B.Interaction;
|
||||
#if UNITY_5_3_OR_NEWER
|
||||
using UnityEngine;
|
||||
#endif
|
||||
@@ -17,12 +18,14 @@ namespace Net.Project.B.WorldNode
|
||||
Locked,
|
||||
}
|
||||
[Serializable]
|
||||
public struct UnityDoorNode:IWorldNode
|
||||
public class UnityDoorNode:IWorldNode
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public object WorldObject { get; set; }
|
||||
public UnityDoorState State;
|
||||
public WorldInteractionProcess InteractionType;
|
||||
#if UNITY_5_3_OR_NEWER
|
||||
public Transform DoorTransform;
|
||||
public Vector3 OpenPosition;
|
||||
public Vector3 ClosePosition;
|
||||
public Vector3 OpenEulerAngles;
|
||||
|
Reference in New Issue
Block a user