C# 클래스 SplineExtrude, racing_game

상속: MonoBehaviour
파일 보기 프로젝트 열기: Rarau/racing_game

공개 프로퍼티들

프로퍼티 타입 설명
curve BezierCurve,
generateCollider bool
numDivs int
numDivsProfile int
profile UnityEngine.AnimationCurve
verticalScale float
width float

공개 메소드들

메소드 설명
RegenerateMesh ( ) : void
RegenerateProfileShape ( ) : void

Regenerates the profile shape to be extruded.

Start ( ) : void
Update ( ) : void

메소드 상세

RegenerateMesh() 공개 메소드

public RegenerateMesh ( ) : void
리턴 void

RegenerateProfileShape() 공개 메소드

Regenerates the profile shape to be extruded.
public RegenerateProfileShape ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

curve 공개적으로 프로퍼티

public BezierCurve, curve
리턴 BezierCurve,

generateCollider 공개적으로 프로퍼티

public bool generateCollider
리턴 bool

numDivs 공개적으로 프로퍼티

public int numDivs
리턴 int

numDivsProfile 공개적으로 프로퍼티

public int numDivsProfile
리턴 int

profile 공개적으로 프로퍼티

public AnimationCurve,UnityEngine profile
리턴 UnityEngine.AnimationCurve

verticalScale 공개적으로 프로퍼티

public float verticalScale
리턴 float

width 공개적으로 프로퍼티

public float width
리턴 float