C# Class LightBeamsControlScript

Inheritance: MonoBehaviour
显示文件 Open project: LilTsubaki/Les-fragments-d-Erule

Public Properties

Property Type Description
FadeSpeed float
NumRays int
PositionRange Vector3
RadiusA float
RadiusB float
RayColor Color
RayPrefab GameObject
SourceObject GameObject
TargetObject GameObject
WidthA float
WidthB float

Public Methods

Method Description
SpawnRay ( ) : void
Start ( ) : void
Update ( ) : void
setRayValues ( RayBehavior, ray ) : void

Method Details

SpawnRay() public method

public SpawnRay ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

setRayValues() public method

public setRayValues ( RayBehavior, ray ) : void
ray RayBehavior,
return void

Property Details

FadeSpeed public_oe property

public float FadeSpeed
return float

NumRays public_oe property

public int NumRays
return int

PositionRange public_oe property

public Vector3 PositionRange
return Vector3

RadiusA public_oe property

public float RadiusA
return float

RadiusB public_oe property

public float RadiusB
return float

RayColor public_oe property

public Color RayColor
return Color

RayPrefab public_oe property

public GameObject RayPrefab
return GameObject

SourceObject public_oe property

public GameObject SourceObject
return GameObject

TargetObject public_oe property

public GameObject TargetObject
return GameObject

WidthA public_oe property

public float WidthA
return float

WidthB public_oe property

public float WidthB
return float