C# Class PlayMakerArrayListProxy, UnityGameSkeleton

Inheritance: PlayMakerCollectionProxy
Afficher le fichier Open project: DesiQuintans/UnityGameSkeleton Class Usage Examples

Méthodes publiques

Свойство Type Description
_arrayList ArrayList

Méthodes publiques

Méthode 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

Méthode Description
PreFillArrayList ( ) : void

Method Details

Add() public méthode

public Add ( object value, string type ) : void
value object
type string
Résultat void

AddRange() public méthode

public AddRange ( ICollection collection, string type ) : int
collection ICollection
type string
Résultat int

Awake() public méthode

public Awake ( ) : void
Résultat void

InspectorEdit() public méthode

public InspectorEdit ( int index ) : void
index int
Résultat void

Remove() public méthode

public Remove ( object value, string type ) : bool
value object
type string
Résultat bool

Set() public méthode

public Set ( int index, object value, string type ) : void
index int
value object
type string
Résultat void

isCollectionDefined() public méthode

public isCollectionDefined ( ) : bool
Résultat bool

Property Details

_arrayList public_oe property

public ArrayList _arrayList
Résultat ArrayList