Class ClippingSphere
Component to animate and visualize a sphere that can be used with
per pixel based clipping.
Inheritance
ClippingSphere
Assembly: cs.temp.dll.dll
public class ClippingSphere : ClippingPrimitive
Properties
Declaration
protected override string ClippingSideProperty { get; }
Property Value
Overrides
Declaration
protected override string Keyword { get; }
Property Value
Overrides
The radius of the clipping sphere, which is determined by the largest axis of the transform's scale.
Declaration
public float Radius { get; }
Property Value
Methods
Declaration
protected override void Initialize()
Overrides
Declaration
protected override void UpdateShaderProperties(MaterialPropertyBlock materialPropertyBlock)
Parameters
Type |
Name |
Description |
MaterialPropertyBlock |
materialPropertyBlock |
|
Overrides