API reference
API reference
Select your platform
No SDKs available
No versions available

ConecastableCanvas Class

Extends MonoBehaviour

Properties

If true, mesh and surface dependencies will be inherited from the parent ConecastableCanvas, if one is present.

Protected Fields

bool _started[Get]

Static Member Functions

Will find all child targets under the provided root ConecastableCanvas.

Protected Functions

virtual void Awake ( )
virtual void Start ( )
virtual void OnEnable ( )
virtual void OnDisable ( )

Member Functions

void InjectOptionalCanvasMesh
( CanvasMesh mesh )
void InjectOptionalSurface
( ISurface surface )
void InjectOptionalTiebreakComparer
( IComparer< GameObject > comparer )
Did you find this page helpful?