C# 클래스 Server.Game.Components.TransformComponent

The transformation component contains informationa about world transformations for an entity.
상속: Component
파일 보기 프로젝트 열기: GrindFest/GrindFest 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Direction Direction
Position Vector2

공개 메소드들

메소드 설명
TransformComponent ( ) : Server.Game.Network.Packets

메소드 상세

TransformComponent() 공개 메소드

public TransformComponent ( ) : Server.Game.Network.Packets
리턴 Server.Game.Network.Packets

프로퍼티 상세

Direction 공개적으로 프로퍼티

public Direction Direction
리턴 Direction

Position 공개적으로 프로퍼티

public Vector2 Position
리턴 Vector2