C# 클래스 VSViewer.Common.Transform

상속: INotifyPropertyChanged, IEnumerable
파일 보기 프로젝트 열기: MercurialForge/VSViewer 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object o ) : bool
GetChild ( int index ) : Transform

Returns a child transform by the specified index. Throws ArgumentOutOfRangeException if an invalid child index is specified.

GetEnumerator ( ) : IEnumerator
GetHashCode ( ) : int
Rotate ( System.Vector3 axis, float angleInDegrees ) : void
ToString ( ) : string
Transform ( ) : System

보호된 메소드들

메소드 설명
OnPropertyChanged ( string propertyName ) : void

메소드 상세

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetChild() 공개 메소드

Returns a child transform by the specified index. Throws ArgumentOutOfRangeException if an invalid child index is specified.
public GetChild ( int index ) : Transform
index int Index of the child to return. Get total child count via .
리턴 Transform

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
리턴 void

Rotate() 공개 메소드

public Rotate ( System.Vector3 axis, float angleInDegrees ) : void
axis System.Vector3
angleInDegrees float
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Transform() 공개 메소드

public Transform ( ) : System
리턴 System