C# Class KBEngine.Property

Afficher le fichier Open project: u3dkbe/kbengine_unity3d_balls Class Usage Examples

Méthodes publiques

Свойство Type Description
aliasID Int16
defaultVal object
name string
properFlags UInt32
properUtype UInt16

Méthodes publiques

Méthode Description
Property ( ) : UnityEngine
isBase ( ) : bool
isOtherOnly ( ) : bool
isOwnerOnly ( ) : bool

Method Details

Property() public méthode

public Property ( ) : UnityEngine
Résultat UnityEngine

isBase() public méthode

public isBase ( ) : bool
Résultat bool

isOtherOnly() public méthode

public isOtherOnly ( ) : bool
Résultat bool

isOwnerOnly() public méthode

public isOwnerOnly ( ) : bool
Résultat bool

Property Details

aliasID public_oe property

public Int16 aliasID
Résultat Int16

defaultVal public_oe property

public object defaultVal
Résultat object

name public_oe property

public string name
Résultat string

properFlags public_oe property

public UInt32 properFlags
Résultat UInt32

properUtype public_oe property

public UInt16 properUtype
Résultat UInt16