C# Class PlayMakerCollectionProxy, UnityGameSkeleton

Inheritance: MonoBehaviour
ファイルを表示 Open project: DesiQuintans/UnityGameSkeleton Class Usage Examples

Public Properties

Property Type Description
TextureElementSmall bool
addEvent string
condensedView bool
contentPreviewMaxRows int
contentPreviewStartIndex int
enablePlayMakerEvents bool
liveUpdate bool
preFillBoolList List
preFillColorList List
preFillCount int
preFillFloatList List
preFillGameObjectList List
preFillIntList List
preFillKeyList List
preFillMaterialList List
preFillObjectList List
preFillObjectTypeIndex int
preFillQuaternionList List
preFillRectList List
preFillStringList List
preFillTextureList List
preFillType VariableEnum
preFillVector3List List
referenceName string
removeEvent string
setEvent string
showContent bool
showEvents bool

Public Methods

Method Description
cleanPrefilledLists ( ) : void

Private Methods

Method Description
dispatchEvent ( string anEvent, object value, string type ) : void

Method Details

cleanPrefilledLists() public method

public cleanPrefilledLists ( ) : void
return void

Property Details

TextureElementSmall public_oe property

public bool TextureElementSmall
return bool

addEvent public_oe property

public string addEvent
return string

condensedView public_oe property

public bool condensedView
return bool

contentPreviewMaxRows public_oe property

public int contentPreviewMaxRows
return int

contentPreviewStartIndex public_oe property

public int contentPreviewStartIndex
return int

enablePlayMakerEvents public_oe property

public bool enablePlayMakerEvents
return bool

liveUpdate public_oe property

public bool liveUpdate
return bool

preFillBoolList public_oe property

public List preFillBoolList
return List

preFillColorList public_oe property

public List preFillColorList
return List

preFillCount public_oe property

public int preFillCount
return int

preFillFloatList public_oe property

public List preFillFloatList
return List

preFillGameObjectList public_oe property

public List preFillGameObjectList
return List

preFillIntList public_oe property

public List preFillIntList
return List

preFillKeyList public_oe property

public List preFillKeyList
return List

preFillMaterialList public_oe property

public List preFillMaterialList
return List

preFillObjectList public_oe property

public List preFillObjectList
return List

preFillObjectTypeIndex public_oe property

public int preFillObjectTypeIndex
return int

preFillQuaternionList public_oe property

public List preFillQuaternionList
return List

preFillRectList public_oe property

public List preFillRectList
return List

preFillStringList public_oe property

public List preFillStringList
return List

preFillTextureList public_oe property

public List preFillTextureList
return List

preFillType public_oe property

public VariableEnum preFillType
return VariableEnum

preFillVector3List public_oe property

public List preFillVector3List
return List

referenceName public_oe property

public string referenceName
return string

removeEvent public_oe property

public string removeEvent
return string

setEvent public_oe property

public string setEvent
return string

showContent public_oe property

public bool showContent
return bool

showEvents public_oe property

public bool showEvents
return bool