C# Class UTestQtUserData, uquadtree

Inheritance: IQtUserData
ファイルを表示 Open project: mc-gulu/uquadtree Class Usage Examples

Public Properties

Property Type Description
bounds Bounds
gameObject GameObject
resPath string

Public Methods

Method Description
GetCenter ( ) : Vector3
GetExtends ( ) : Vector3
GetRenderer ( ) : Renderer
IsSwapInCompleted ( ) : bool
IsSwapOutCompleted ( ) : bool
SwapIn ( ) : void
SwapOut ( ) : void

Method Details

GetCenter() public method

public GetCenter ( ) : Vector3
return Vector3

GetExtends() public method

public GetExtends ( ) : Vector3
return Vector3

GetRenderer() public method

public GetRenderer ( ) : Renderer
return Renderer

IsSwapInCompleted() public method

public IsSwapInCompleted ( ) : bool
return bool

IsSwapOutCompleted() public method

public IsSwapOutCompleted ( ) : bool
return bool

SwapIn() public method

public SwapIn ( ) : void
return void

SwapOut() public method

public SwapOut ( ) : void
return void

Property Details

bounds public_oe property

public Bounds bounds
return Bounds

gameObject public_oe property

public GameObject gameObject
return GameObject

resPath public_oe property

public string resPath
return string