C# 클래스 Foundation.Databinding.TransformBinder

상속: BindingBase
파일 보기 프로젝트 열기: NVentimiglia/Unity3d-Foundation

보호된 프로퍼티들

프로퍼티 타입 설명
Transform UnityEngine.Transform
_doPosition bool
_doRotation bool
_doScale bool
_position UnityEngine.Vector3
_rotation UnityEngine.Quaternion
_scale UnityEngine.Vector3

공개 메소드들

메소드 설명
Init ( ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
UpdatePosition ( object arg ) : void
UpdateRotation ( object arg ) : void
UpdateScale ( object arg ) : void

메소드 상세

Init() 공개 메소드

public Init ( ) : void
리턴 void

프로퍼티 상세

Transform 보호되어 있는 프로퍼티

protected Transform,UnityEngine Transform
리턴 UnityEngine.Transform

_doPosition 보호되어 있는 프로퍼티

protected bool _doPosition
리턴 bool

_doRotation 보호되어 있는 프로퍼티

protected bool _doRotation
리턴 bool

_doScale 보호되어 있는 프로퍼티

protected bool _doScale
리턴 bool

_position 보호되어 있는 프로퍼티

protected Vector3,UnityEngine _position
리턴 UnityEngine.Vector3

_rotation 보호되어 있는 프로퍼티

protected Quaternion,UnityEngine _rotation
리턴 UnityEngine.Quaternion

_scale 보호되어 있는 프로퍼티

protected Vector3,UnityEngine _scale
리턴 UnityEngine.Vector3