C# Class PlayMakerCollectionProxy, UnityGameSkeleton

Inheritance: MonoBehaviour
Show file 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 property

public bool TextureElementSmall
return bool

addEvent public property

public string addEvent
return string

condensedView public property

public bool condensedView
return bool

contentPreviewMaxRows public property

public int contentPreviewMaxRows
return int

contentPreviewStartIndex public property

public int contentPreviewStartIndex
return int

enablePlayMakerEvents public property

public bool enablePlayMakerEvents
return bool

liveUpdate public property

public bool liveUpdate
return bool

preFillBoolList public property

public List preFillBoolList
return List

preFillColorList public property

public List preFillColorList
return List

preFillCount public property

public int preFillCount
return int

preFillFloatList public property

public List preFillFloatList
return List

preFillGameObjectList public property

public List preFillGameObjectList
return List

preFillIntList public property

public List preFillIntList
return List

preFillKeyList public property

public List preFillKeyList
return List

preFillMaterialList public property

public List preFillMaterialList
return List

preFillObjectList public property

public List preFillObjectList
return List

preFillObjectTypeIndex public property

public int preFillObjectTypeIndex
return int

preFillQuaternionList public property

public List preFillQuaternionList
return List

preFillRectList public property

public List preFillRectList
return List

preFillStringList public property

public List preFillStringList
return List

preFillTextureList public property

public List preFillTextureList
return List

preFillType public property

public VariableEnum preFillType
return VariableEnum

preFillVector3List public property

public List preFillVector3List
return List

referenceName public property

public string referenceName
return string

removeEvent public property

public string removeEvent
return string

setEvent public property

public string setEvent
return string

showContent public property

public bool showContent
return bool

showEvents public property

public bool showEvents
return bool