C# 클래스 TrianglesInSpace.Objects.SelectableObject

파일 보기 프로젝트 열기: anthony-martin/Triangles-in-space 1 사용 예제들

공개 메소드들

메소드 설명
IntersectsPoint ( Vector worldPosition, ulong time ) : bool
SelectableObject ( System.Guid owner, string name, IPath path ) : System
SelectableObject ( string name, IPath path ) : System

메소드 상세

IntersectsPoint() 공개 메소드

public IntersectsPoint ( Vector worldPosition, ulong time ) : bool
worldPosition TrianglesInSpace.Primitives.Vector
time ulong
리턴 bool

SelectableObject() 공개 메소드

public SelectableObject ( System.Guid owner, string name, IPath path ) : System
owner System.Guid
name string
path IPath
리턴 System

SelectableObject() 공개 메소드

public SelectableObject ( string name, IPath path ) : System
name string
path IPath
리턴 System