C# 클래스 Repulsor, UnderworldExporter

Gravity modifier that repulses Objects affected by gravity that enter it's radius
상속: Attractor
파일 보기 프로젝트 열기: hankmorgan/UnderworldExporter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
EndPos Vector3
PlayerInside bool
PlayerStillInside bool
RepulsorOn bool
StartPos Vector3
TargetHeight float
TargetPos Vector3
TravelSpeed float
index float
play Collider

공개 메소드들

메소드 설명
Activate ( ) : void
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
Start ( ) : void
StartMove ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
CalcTargetZ ( ) : void
MovePlayer ( GameObject player, Vector3 dist, float traveltime ) : IEnumerator

메소드 상세

Activate() 공개 메소드

public Activate ( ) : void
리턴 void

OnTriggerEnter() 공개 메소드

public OnTriggerEnter ( Collider other ) : void
other Collider
리턴 void

OnTriggerExit() 공개 메소드

public OnTriggerExit ( Collider other ) : void
other Collider
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

StartMove() 공개 메소드

public StartMove ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

EndPos 공개적으로 프로퍼티

public Vector3 EndPos
리턴 Vector3

PlayerInside 공개적으로 프로퍼티

public bool PlayerInside
리턴 bool

PlayerStillInside 공개적으로 프로퍼티

public bool PlayerStillInside
리턴 bool

RepulsorOn 공개적으로 프로퍼티

public bool RepulsorOn
리턴 bool

StartPos 공개적으로 프로퍼티

public Vector3 StartPos
리턴 Vector3

TargetHeight 공개적으로 프로퍼티

public float TargetHeight
리턴 float

TargetPos 공개적으로 프로퍼티

public Vector3 TargetPos
리턴 Vector3

TravelSpeed 공개적으로 프로퍼티

public float TravelSpeed
리턴 float

index 공개적으로 프로퍼티

public float index
리턴 float

play 공개적으로 프로퍼티

public Collider play
리턴 Collider