C# Class ToCSLightColor.ToCSLightColor_Fun, CSLightForUnity

Inheritance: CSLE.RegHelper_TypeFunction
ファイルを表示 Open project: wpszz/CSLightForUnity

Public Methods

Method Description
IndexGet ( CLS_Content content, object object_this, object key ) : CLS_Content.Value
MemberCall ( CLS_Content content, object object_this, string function, BetterList _params, bool isBaseCall = false ) : CLS_Content.Value
MemberValueGet ( CLS_Content content, object object_this, string valuename, bool isBaseCall = false ) : CLS_Content.Value
MemberValueSet ( CLS_Content content, object object_this, string valuename, object value, bool isBaseCall = false ) : void
New ( CLS_Content content, BetterList _params ) : CLS_Content.Value
StaticCall ( CLS_Content content, string function, BetterList _params ) : CLS_Content.Value
StaticValueGet ( CLS_Content content, string valuename ) : CLS_Content.Value
ToCSLightColor_Fun ( Type type ) : System

Method Details

IndexGet() public method

public IndexGet ( CLS_Content content, object object_this, object key ) : CLS_Content.Value
content CSLE.CLS_Content
object_this object
key object
return CSLE.CLS_Content.Value

MemberCall() public method

public MemberCall ( CLS_Content content, object object_this, string function, BetterList _params, bool isBaseCall = false ) : CLS_Content.Value
content CSLE.CLS_Content
object_this object
function string
_params BetterList
isBaseCall bool
return CSLE.CLS_Content.Value

MemberValueGet() public method

public MemberValueGet ( CLS_Content content, object object_this, string valuename, bool isBaseCall = false ) : CLS_Content.Value
content CSLE.CLS_Content
object_this object
valuename string
isBaseCall bool
return CSLE.CLS_Content.Value

MemberValueSet() public method

public MemberValueSet ( CLS_Content content, object object_this, string valuename, object value, bool isBaseCall = false ) : void
content CSLE.CLS_Content
object_this object
valuename string
value object
isBaseCall bool
return void

New() public method

public New ( CLS_Content content, BetterList _params ) : CLS_Content.Value
content CSLE.CLS_Content
_params BetterList
return CSLE.CLS_Content.Value

StaticCall() public method

public StaticCall ( CLS_Content content, string function, BetterList _params ) : CLS_Content.Value
content CSLE.CLS_Content
function string
_params BetterList
return CSLE.CLS_Content.Value

StaticValueGet() public method

public StaticValueGet ( CLS_Content content, string valuename ) : CLS_Content.Value
content CSLE.CLS_Content
valuename string
return CSLE.CLS_Content.Value

ToCSLightColor_Fun() public method

public ToCSLightColor_Fun ( Type type ) : System
type Type
return System