C# Class ObjectInfo, Unity-AI-framework

Inheritance: MonoBehaviour
Show file 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 property

public bool moved
return bool

name public property

public string name
return string

oldPosition public property

public Vector3 oldPosition
return Vector3

position public property

public Vector3 position
return Vector3

scale public property

public Vector3 scale
return Vector3