Class WeaverTransitionPoint
An area in the game the player can transition to/from a scene
Inheritance
Object
Component
Behaviour
MonoBehaviour
WeaverTransitionPoint
Assembly: WeaverCore.dll
Syntax
public class WeaverTransitionPoint : TransitionPoint
Properties
|
Edit this page
View Source
EnableDoorControl
Declaration
public bool EnableDoorControl { get; set; }
Property Value
Methods
|
Edit this page
View Source
DoTransition(string, float)
Declaration
public IEnumerator DoTransition(string heroAnimation, float transitionTime = 0.3)
Parameters
Type |
Name |
Description |
string |
heroAnimation |
|
float |
transitionTime |
|
Returns
Extension Methods