C# Class ObjectInfo, Unity-AI-framework

Inheritance: MonoBehaviour
Datei anzeigen Open project: MyOwnClone/Unity-AI-framework Class Usage Examples

Public Properties

Property Type Description
moved bool
name string
oldPosition Vector3
position Vector3
scale Vector3

Public Methods

Method Description
ObjectInfo ( ObjectInfo, objRef ) : System
ObjectInfo ( Vector3 position, Vector3 scale ) : System
ObjectInfo ( Vector3 position, Vector3 scale, string name ) : System

Method Details

ObjectInfo() public method

public ObjectInfo ( ObjectInfo, objRef ) : System
objRef ObjectInfo,
return System

ObjectInfo() public method

public ObjectInfo ( Vector3 position, Vector3 scale ) : System
position Vector3
scale Vector3
return System

ObjectInfo() public method

public ObjectInfo ( Vector3 position, Vector3 scale, string name ) : System
position Vector3
scale Vector3
name string
return System

Property Details

moved public_oe property

public bool moved
return bool

name public_oe property

public string name
return string

oldPosition public_oe property

public Vector3 oldPosition
return Vector3

position public_oe property

public Vector3 position
return Vector3

scale public_oe property

public Vector3 scale
return Vector3