C# Class Foundation.Databinding.TransformBinder

Inheritance: BindingBase
ファイルを表示 Open project: NVentimiglia/Unity3d-Foundation

Protected Properties

Property Type Description
Transform UnityEngine.Transform
_doPosition bool
_doRotation bool
_doScale bool
_position UnityEngine.Vector3
_rotation UnityEngine.Quaternion
_scale UnityEngine.Vector3

Public Methods

Method Description
Init ( ) : void

Private Methods

Method Description
Awake ( ) : void
UpdatePosition ( object arg ) : void
UpdateRotation ( object arg ) : void
UpdateScale ( object arg ) : void

Method Details

Init() public method

public Init ( ) : void
return void

Property Details

Transform protected_oe property

protected Transform,UnityEngine Transform
return UnityEngine.Transform

_doPosition protected_oe property

protected bool _doPosition
return bool

_doRotation protected_oe property

protected bool _doRotation
return bool

_doScale protected_oe property

protected bool _doScale
return bool

_position protected_oe property

protected Vector3,UnityEngine _position
return UnityEngine.Vector3

_rotation protected_oe property

protected Quaternion,UnityEngine _rotation
return UnityEngine.Quaternion

_scale protected_oe property

protected Vector3,UnityEngine _scale
return UnityEngine.Vector3