C# 클래스 UnityPlatformer.MovingPlatform.PassengerMovement

Struct to store information about passenger movement
파일 보기 프로젝트 열기: llafuente/unity-platformer

공개 프로퍼티들

프로퍼티 타입 설명
moveBeforePlatform bool
standingOnPlatform bool
transform UnityEngine.Transform
velocity Vector3

공개 메소드들

메소드 설명
PassengerMovement ( Transform _transform, Vector3 _velocity, bool _standingOnPlatform, bool _moveBeforePlatform ) : UnityEngine

메소드 상세

PassengerMovement() 공개 메소드

public PassengerMovement ( Transform _transform, Vector3 _velocity, bool _standingOnPlatform, bool _moveBeforePlatform ) : UnityEngine
_transform UnityEngine.Transform
_velocity Vector3
_standingOnPlatform bool
_moveBeforePlatform bool
리턴 UnityEngine

프로퍼티 상세

moveBeforePlatform 공개적으로 프로퍼티

public bool moveBeforePlatform
리턴 bool

standingOnPlatform 공개적으로 프로퍼티

public bool standingOnPlatform
리턴 bool

transform 공개적으로 프로퍼티

public Transform,UnityEngine transform
리턴 UnityEngine.Transform

velocity 공개적으로 프로퍼티

public Vector3 velocity
리턴 Vector3