C# Class KBEngine.Property

Mostra file Open project: u3dkbe/kbengine_unity3d_balls Class Usage Examples

Public Properties

Property Type Description
aliasID Int16
defaultVal object
name string
properFlags UInt32
properUtype UInt16

Public Methods

Method Description
Property ( ) : UnityEngine
isBase ( ) : bool
isOtherOnly ( ) : bool
isOwnerOnly ( ) : bool

Method Details

Property() public method

public Property ( ) : UnityEngine
return UnityEngine

isBase() public method

public isBase ( ) : bool
return bool

isOtherOnly() public method

public isOtherOnly ( ) : bool
return bool

isOwnerOnly() public method

public isOwnerOnly ( ) : bool
return bool

Property Details

aliasID public_oe property

public Int16 aliasID
return Int16

defaultVal public_oe property

public object defaultVal
return object

name public_oe property

public string name
return string

properFlags public_oe property

public UInt32 properFlags
return UInt32

properUtype public_oe property

public UInt16 properUtype
return UInt16