C# Class SFRTT, Stereoscopic_Scatterplot

Inheritance: MonoBehaviour
Mostrar archivo Open project: noahfreedman/Stereoscopic_Scatterplot Class Usage Examples

Public Properties

Property Type Description
ClearColor UnityEngine.Color32
MovieClassName string
OriginX int
OriginY int
RenderTexture RenderTexture
RenderTextureHeight int
RenderTextureWidth int
SwfName string

Protected Properties

Property Type Description
RTTMovie Movie,
TheCollider Collider

Public Methods

Method Description
CreateRenderMovie ( SFCamera, camera, Type movieClassType ) : bool
GetCollider ( ) : Collider
Start ( ) : void
Update ( ) : void

Method Details

CreateRenderMovie() public method

public CreateRenderMovie ( SFCamera, camera, Type movieClassType ) : bool
camera SFCamera,
movieClassType Type
return bool

GetCollider() public method

public GetCollider ( ) : Collider
return Collider

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

ClearColor public_oe property

public Color32,UnityEngine ClearColor
return UnityEngine.Color32

MovieClassName public_oe property

public string MovieClassName
return string

OriginX public_oe property

public int OriginX
return int

OriginY public_oe property

public int OriginY
return int

RTTMovie protected_oe property

protected Movie, RTTMovie
return Movie,

RenderTexture public_oe property

public RenderTexture RenderTexture
return RenderTexture

RenderTextureHeight public_oe property

public int RenderTextureHeight
return int

RenderTextureWidth public_oe property

public int RenderTextureWidth
return int

SwfName public_oe property

public string SwfName
return string

TheCollider protected_oe property

protected Collider TheCollider
return Collider