C# 클래스 RayBehavior

상속: MonoBehaviour
파일 보기 프로젝트 열기: LilTsubaki/Les-fragments-d-Erule 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AlphaCurve float
BeginColor Color
BeginLocation GameObject
EndColor Color
EndLocation GameObject
FadeSpeed float
PositionRange Vector3
RadiusA float
RadiusB float
WidthA float
WidthB float

공개 메소드들

메소드 설명
ResetRay ( ) : void
Start ( ) : void
Update ( ) : void
UpdateLineData ( ) : void

메소드 상세

ResetRay() 공개 메소드

public ResetRay ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

UpdateLineData() 공개 메소드

public UpdateLineData ( ) : void
리턴 void

프로퍼티 상세

AlphaCurve 공개적으로 프로퍼티

public float AlphaCurve
리턴 float

BeginColor 공개적으로 프로퍼티

public Color BeginColor
리턴 Color

BeginLocation 공개적으로 프로퍼티

public GameObject BeginLocation
리턴 GameObject

EndColor 공개적으로 프로퍼티

public Color EndColor
리턴 Color

EndLocation 공개적으로 프로퍼티

public GameObject EndLocation
리턴 GameObject

FadeSpeed 공개적으로 프로퍼티

public float FadeSpeed
리턴 float

PositionRange 공개적으로 프로퍼티

public Vector3 PositionRange
리턴 Vector3

RadiusA 공개적으로 프로퍼티

public float RadiusA
리턴 float

RadiusB 공개적으로 프로퍼티

public float RadiusB
리턴 float

WidthA 공개적으로 프로퍼티

public float WidthA
리턴 float

WidthB 공개적으로 프로퍼티

public float WidthB
리턴 float