C# 클래스 CSLE.CLS_Expression_Coroutine

상속: ICLS_Expression
파일 보기 프로젝트 열기: wpszz/CSLightForUnity

공개 메소드들

메소드 설명
CLS_Expression_Coroutine ( List _params, int tbegin, int tend, int lbegin, int lend ) : System
ComputeValue ( CLS_Content content ) : CLS_Content.Value
ToString ( ) : string

비공개 메소드들

메소드 설명
CustomCoroutine ( CLS_Content content ) : IEnumerator

메소드 상세

CLS_Expression_Coroutine() 공개 메소드

public CLS_Expression_Coroutine ( List _params, int tbegin, int tend, int lbegin, int lend ) : System
_params List
tbegin int
tend int
lbegin int
lend int
리턴 System

ComputeValue() 공개 메소드

public ComputeValue ( CLS_Content content ) : CLS_Content.Value
content CLS_Content
리턴 CLS_Content.Value

ToString() 공개 메소드

public ToString ( ) : string
리턴 string