init(transitionIn:transitionOut:)
Creates a new billboard action.
Declaration
init(transitionIn: BillboardAction.Transition = .init(), transitionOut: BillboardAction.Transition = .init())Parameters
- transitionIn:
The rate of change at the beginning of the action.
- transitionOut:
The rate of change at the end of the action.