C# Class ObjectInfo, Unity-AI-framework

Inheritance: MonoBehaviour
Afficher le fichier Open project: MyOwnClone/Unity-AI-framework Class Usage Examples

Méthodes publiques

Свойство Type Description
moved bool
name string
oldPosition Vector3
position Vector3
scale Vector3

Méthodes publiques

Méthode Description
ObjectInfo ( ObjectInfo, objRef ) : System
ObjectInfo ( Vector3 position, Vector3 scale ) : System
ObjectInfo ( Vector3 position, Vector3 scale, string name ) : System

Method Details

ObjectInfo() public méthode

public ObjectInfo ( ObjectInfo, objRef ) : System
objRef ObjectInfo,
Résultat System

ObjectInfo() public méthode

public ObjectInfo ( Vector3 position, Vector3 scale ) : System
position Vector3
scale Vector3
Résultat System

ObjectInfo() public méthode

public ObjectInfo ( Vector3 position, Vector3 scale, string name ) : System
position Vector3
scale Vector3
name string
Résultat System

Property Details

moved public_oe property

public bool moved
Résultat bool

name public_oe property

public string name
Résultat string

oldPosition public_oe property

public Vector3 oldPosition
Résultat Vector3

position public_oe property

public Vector3 position
Résultat Vector3

scale public_oe property

public Vector3 scale
Résultat Vector3