C# Class PlayMakerArrayListProxy, UnityGameSkeleton

Inheritance: PlayMakerCollectionProxy
Exibir arquivo Open project: DesiQuintans/UnityGameSkeleton Class Usage Examples

Public Properties

Property Type Description
_arrayList ArrayList

Public Methods

Method Description
Add ( object value, string type ) : void
AddRange ( ICollection collection, string type ) : int
Awake ( ) : void
InspectorEdit ( int index ) : void
Remove ( object value, string type ) : bool
Set ( int index, object value, string type ) : void
isCollectionDefined ( ) : bool

Private Methods

Method Description
PreFillArrayList ( ) : void

Method Details

Add() public method

public Add ( object value, string type ) : void
value object
type string
return void

AddRange() public method

public AddRange ( ICollection collection, string type ) : int
collection ICollection
type string
return int

Awake() public method

public Awake ( ) : void
return void

InspectorEdit() public method

public InspectorEdit ( int index ) : void
index int
return void

Remove() public method

public Remove ( object value, string type ) : bool
value object
type string
return bool

Set() public method

public Set ( int index, object value, string type ) : void
index int
value object
type string
return void

isCollectionDefined() public method

public isCollectionDefined ( ) : bool
return bool

Property Details

_arrayList public_oe property

public ArrayList _arrayList
return ArrayList