C# 클래스 PcswiseLinear, promenade

상속: MonoBehaviour, IOptimizable
파일 보기 프로젝트 열기: jarllarsson/promenade

공개 프로퍼티들

프로퍼티 타입 설명
NAME string
m_curve UnityEngine.AnimationCurve
m_dbgDrawCol Color
m_initAsFunc INITTYPE
m_reset bool
m_resetScale float
s_size int

공개 메소드들

메소드 설명
ConsumeParams ( List p_params ) : void
EvaluateFitness ( ) : double
GetParams ( ) : List
GetParamsMax ( ) : List
GetParamsMin ( ) : List
SetParams ( List p_params ) : void
draw ( float p_t ) : void
getValAt ( float p_phi ) : float
reset ( float p_scale = 1.0f ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
OnDrawGizmos ( ) : void
Start ( ) : void
Update ( ) : void
getTimeFromIdx ( int p_idx ) : float

메소드 상세

ConsumeParams() 공개 메소드

public ConsumeParams ( List p_params ) : void
p_params List
리턴 void

EvaluateFitness() 공개 메소드

public EvaluateFitness ( ) : double
리턴 double

GetParams() 공개 메소드

public GetParams ( ) : List
리턴 List

GetParamsMax() 공개 메소드

public GetParamsMax ( ) : List
리턴 List

GetParamsMin() 공개 메소드

public GetParamsMin ( ) : List
리턴 List

SetParams() 공개 메소드

public SetParams ( List p_params ) : void
p_params List
리턴 void

draw() 공개 메소드

public draw ( float p_t ) : void
p_t float
리턴 void

getValAt() 공개 메소드

public getValAt ( float p_phi ) : float
p_phi float
리턴 float

reset() 공개 메소드

public reset ( float p_scale = 1.0f ) : void
p_scale float
리턴 void

프로퍼티 상세

NAME 공개적으로 프로퍼티

public string NAME
리턴 string

m_curve 공개적으로 프로퍼티

public AnimationCurve,UnityEngine m_curve
리턴 UnityEngine.AnimationCurve

m_dbgDrawCol 공개적으로 프로퍼티

public Color m_dbgDrawCol
리턴 Color

m_initAsFunc 공개적으로 프로퍼티

public INITTYPE m_initAsFunc
리턴 INITTYPE

m_reset 공개적으로 프로퍼티

public bool m_reset
리턴 bool

m_resetScale 공개적으로 프로퍼티

public float m_resetScale
리턴 float

s_size 공개적으로 정적으로 프로퍼티

public static int s_size
리턴 int