pub type spVertexEffectBegin = Option<unsafe extern "C" fn(self_: *mut spVertexEffect, skeleton: *mut spSkeleton)>;Aliased Type§
pub enum spVertexEffectBegin {
None,
Some(unsafe extern "C" fn(*mut spVertexEffect, *mut spSkeleton)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut spVertexEffect, *mut spSkeleton))
Some value of type T.