C# Class ToCSLightBehaviour.ToCSLightBehaviour_Fun, CSLightForUnity

Inheritance: ToCSLightComponent.ToCSLightComponent_Fun
Afficher le fichier Open project: wpszz/CSLightForUnity

Méthodes publiques

Méthode Description
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
ToCSLightBehaviour_Fun ( Type type ) : System

Method Details

MemberValueGet() public méthode

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
Résultat CSLE.CLS_Content.Value

MemberValueSet() public méthode

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
Résultat void

New() public méthode

public New ( CLS_Content content, BetterList _params ) : CLS_Content.Value
content CSLE.CLS_Content
_params BetterList
Résultat CSLE.CLS_Content.Value

ToCSLightBehaviour_Fun() public méthode

public ToCSLightBehaviour_Fun ( Type type ) : System
type Type
Résultat System