C# Class EffectPrefab, RPGQuest

Afficher le fichier Open project: hughrogers/RPGQuest Class Usage Examples

Méthodes publiques

Свойство Type Description
childName string
localSpace bool
offset Vector3
prefabInstance GameObject
prefabName string
prefabPath string
rotationOffset Vector3
targetRotation bool

Méthodes publiques

Méthode Description
Create ( Combatant, c ) : void
Destroy ( ) : void
EffectPrefab ( ) : System.Collections
EffectPrefab ( Hashtable ht ) : System.Collections
GetData ( Hashtable ht ) : Hashtable
SetData ( Hashtable ht ) : void

Method Details

Create() public méthode

public Create ( Combatant, c ) : void
c Combatant,
Résultat void

Destroy() public méthode

public Destroy ( ) : void
Résultat void

EffectPrefab() public méthode

public EffectPrefab ( ) : System.Collections
Résultat System.Collections

EffectPrefab() public méthode

public EffectPrefab ( Hashtable ht ) : System.Collections
ht Hashtable
Résultat System.Collections

GetData() public méthode

public GetData ( Hashtable ht ) : Hashtable
ht Hashtable
Résultat Hashtable

SetData() public méthode

public SetData ( Hashtable ht ) : void
ht Hashtable
Résultat void

Property Details

childName public_oe property

public string childName
Résultat string

localSpace public_oe property

public bool localSpace
Résultat bool

offset public_oe property

public Vector3 offset
Résultat Vector3

prefabInstance public_oe property

public GameObject prefabInstance
Résultat GameObject

prefabName public_oe property

public string prefabName
Résultat string

prefabPath public_oe property

public string prefabPath
Résultat string

rotationOffset public_oe property

public Vector3 rotationOffset
Résultat Vector3

targetRotation public_oe property

public bool targetRotation
Résultat bool